BiWeeklyEvaluationScreen

fun BiWeeklyEvaluationScreen(modifier: Modifier = Modifier, viewModel: BiWeeklyEvaluationViewModel = hiltViewModel(), openDrawer: () -> Unit, onNavigateToAnalytics: (Int) -> Unit)

Composable that displays the BiWeekly Evaluation screen with a series of questions about mental health over the past two weeks. The user can navigate through the questions and submit the responses at the end.

Parameters

modifier

Modifier for customizations to the layout.

viewModel

The view model for the bi-weekly evaluation.

openDrawer

A function to open the app's side drawer.

onNavigateToAnalytics

A function to navigate to the analytics screen.